Delete flutter/ directories that no longer serve a purpose.#2052
Delete flutter/ directories that no longer serve a purpose.#2052kenzieschmoll merged 7 commits intoflutter:masterfrom
Conversation
|
This will create a lot of pain for pending CLs. do we have any pending CLs we want to land before this goes in? I've got one but I can deal with the pain if it is the only major CL. |
|
I didn't see any large CLs under review. Last time I mentioned this, we discussed waiting for Terry's memory CL to land and the table CLs Devon had in progress. The pending PRs under review seem relatively small. |
|
@jacob314 I want to verify with you that the file move for When I moved the contents of |
| # so we explicitly provide them. | ||
| if [ "$PLATFORM" = "vm" ]; then | ||
| flutter test test/*.dart test/{core,fixtures,flutter,support,ui}/ | ||
| flutter test test/*.dart test/{core,fixtures,support,ui}/ |
There was a problem hiding this comment.
@jacob314 Please review the changes in this file

This CL moves all files inside of a
flutter/dir up one level to the parent dir, and deletes allflutter/directories.We originally placed all flutter files inside of a
flutter/dir to split the flutter and html builds. Now that the html app is deleted, we no longer need these directories.